Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement KIP-618 source connector API related to exactly-once support #333

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

C0urante
Copy link
Contributor

@C0urante C0urante commented Jun 4, 2024

Implements and adds some basic unit testing for the SourceConnector::exactlyOnceSupport method, which is invoked by the Kafka Connect runtime when a source connector config has exactly.once.support set to required in order to allow the connector to communicate whether or not it supports exactly-once semantics with the given configuration.

This API was introduced in Kafka version 3.3, so the Kafka version is bumped to 3.3.2 in our build file.

See KIP-618 and the SourceConnector::exactlyOnceSupport Javadocs.

@C0urante C0urante requested review from a team as code owners June 4, 2024 14:51
Copy link
Contributor

@eliax1996 eliax1996 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice unit test :)

@eliax1996 eliax1996 merged commit 1a05381 into Aiven-Open:master Jun 4, 2024
3 checks passed
@C0urante C0urante deleted the exactly-once-support branch June 4, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants